home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-20 | 1.4 KB | 25 lines | [TEXT/MMCC] |
- void SelectOrDeselectAllListItems (ListHandle theList, Boolean select);
- void SelectSingleListItem (ListHandle theList, Cell theCell);
- Boolean ListHasSelectedCell (ListHandle theList);
- short NumListItemsSelected (ListHandle theList);
- void MyLScroll (short deltaRows, ListHandle theList);
- void MyLScrollCellIntoView (Cell theCell, ListHandle theList);
- void MyLAutoScroll (ListHandle theList);
- void MyLScrollCenter (Cell theCell, ListHandle theList);
- void BuildListSelectedCellsDragRegion (ListHandle theList, RgnHandle *dragRgn);
- void DrawListDividingLine (ListHandle theList, short destRow);
- short ListDestinationRow (ListHandle theList, Point where);
- void MoveSelectedListCells (ListHandle theList, short destRow, Boolean *changed);
- void MyLSetSelect (Boolean setIt, Cell theCell, ListHandle theList);
- Boolean MyLClick (Point localPt, short modifiers, ListHandle theList);
- void MyLActivate (Boolean act, ListHandle theList);
- ListHandle MyLNew (Rect *rView, Rect *dataBounds, Point cSize, short theProc,
- WindowPtr theWindow, Boolean drawIt, Boolean hasGrow,
- Boolean scrollHoriz, Boolean scrollVert);
- Boolean PtInListCell (Point where, ListHandle theList);
- short GetFirstSelectedCell (ListHandle theList);
- short GetLastSelectedCell (ListHandle theList);
- void ListArrowKey (char theChar, short modifiers, ListHandle theList,
- EventRecord *prevEvent, Cell *scrollIntoView);
- void SetListClickLoop (ListHandle theList, ListClickLoopUPP clickLoopUPP);
-